projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed98000
)
* eglot.el (eglot-strict-mode): very minor docfix.
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 15 Jan 2022 16:35:19 +0000
(17:35 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 15 Jan 2022 16:35:43 +0000
(17:35 +0100)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index bf3e54c6b4a59b47f112b06757dca02223258bbb..bcd67205b5b136cbd57ba5781d89caef2b7a5724 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-437,8
+437,7
@@
happens at run-time. At compile-time, a warning is raised if a
destructuring spec doesn't use all optional fields.
If the symbol `disallow-unknown-methods' is present, Eglot warns
-on unknown notifications and errors on unknown requests.
-"))
+on unknown notifications and errors on unknown requests."))
(defun eglot--plist-keys (plist)
(cl-loop for (k _v) on plist by #'cddr collect k))